home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DATABASE / FILECT.ZIP / FILECTRL.TXT < prev   
Text File  |  1993-09-29  |  2KB  |  39 lines

  1. Function HF_FileControl V0.01 29/09/93
  2. ======================================
  3.  
  4. Extracted from Anglopean Ltd Project ref #0203.1
  5. Public Release #0.03
  6. *unsupported*
  7. Voice +44 71 404 2227
  8.  
  9. Anglopean Ltd is a British company specialising in information at the desktop. If you would like more information on our services, mail me, Darren Reynolds, at 100277.2270@COMPUSERVE.COM
  10.  
  11. To use the function in your own database, use Edit/Copy and Edit/Paste and paste the function into one of your own modules.
  12.  
  13. You are free to use the code for any purpose, without making a payment of any kind. However, no guarantee is made as to the performance of the code. I would be most interested to hear from anyone who does incorporate this, or any other functions by Anglopean Ltd in their code.
  14.  
  15.  
  16.  
  17. Syntax:         Function HF_FileControl(FileName) as String
  18.  
  19. Parameters:     Filename - the name of the file you want displayed
  20.  
  21. Typical Usage:
  22. -------------
  23. A DOS application may produce a log file, or may have had its standard output piped to a file. This blindingly simple function would allow a report to include the log file or the results of the DOS command.
  24.  
  25. Example:
  26. -------
  27. Create a form or report, and place a large text box control on it. Set the Control Source property of the control to read:
  28.  
  29. =HF_FileControl("C:\AUTOEXEC.BAT")
  30.  
  31. Notes:
  32. -------
  33. The maximum file size which can be displayed is approximately 65,000 characters.
  34.  
  35.  
  36.  
  37. Best of luck with your developments!
  38.  
  39. Darren Reynolds